home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Python1.4_Source / Include / Python.h < prev    next >
C/C++ Source or Header  |  1998-06-24  |  122b  |  4 lines

  1. /* Header file to be included by modules using new naming conventions */
  2. #define Py_USE_NEW_NAMES
  3. #include "allobjects.h"
  4.